strings.Reader.prevRune (field)
11 uses
strings (current package)
reader.go#L20: prevRune int // index of previous rune; or < 0
reader.go#L43: r.prevRune = -1
reader.go#L67: r.prevRune = -1
reader.go#L81: r.prevRune = -1
reader.go#L89: r.prevRune = -1
reader.go#L92: r.prevRune = int(r.i)
reader.go#L107: if r.prevRune < 0 {
reader.go#L110: r.i = int64(r.prevRune)
reader.go#L111: r.prevRune = -1
reader.go#L117: r.prevRune = -1
reader.go#L138: r.prevRune = -1
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |